ComponentOne ASP.NET MVC Controls
LogBase Method

C1.Web.Mvc.Fluent Namespace > ChartAxisBuilder<T> Class : LogBase Method
The value.
Configurates C1.Web.Mvc.ChartAxis<T>.LogBase. Sets the logarithmic base of the axis.
Syntax
'Declaration
 
Public Function LogBase( _
   ByVal value As Nullable(Of Double) _
) As ChartAxisBuilder(Of T)

Parameters

value
The value.

Return Value

Current builder.
Remarks
If the base is not specified the axis uses the normal scale.
See Also

Reference

ChartAxisBuilder<T> Class
ChartAxisBuilder<T> Members